Skip to content

Conversation

@jakub-borek
Copy link
Collaborator

You can manage import product requests on admin panel using these endpoints:

Get all pending product import requests:
GET /admin/requests?type=product_import&order=-created_at&status=pending

Get single request:
GET /admin/requests/:id

Accept/decline:
POST /admin/requests/:id
body: {
"status": "accepted" | "rejected",
"reviewer_note": string
}

@jakub-borek jakub-borek requested a review from itariv October 23, 2025 10:13
@jakub-borek jakub-borek self-assigned this Oct 23, 2025
@medusajs
Copy link

medusajs bot commented Oct 23, 2025

Name Deployment Status Preview Link Timestamp
Mercur 🔵 Pending Increase previews limit Thu, 23 Oct 2025 10:13:36 GMT

@medusajs
Copy link

medusajs bot commented Oct 23, 2025

Name Deployment Status Preview Link Timestamp
Prokitchen 🔵 Pending Increase previews limit Thu, 23 Oct 2025 10:13:36 GMT

@medusajs
Copy link

medusajs bot commented Oct 23, 2025

Name Deployment Status Preview Link Timestamp
Mercur-Testing 🔵 Pending Increase previews limit Thu, 23 Oct 2025 10:13:36 GMT

@jakub-borek jakub-borek changed the base branch from main to testing October 23, 2025 10:13
@jakub-borek jakub-borek requested a review from rigbyms October 24, 2025 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants